html {
    scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*::-webkit-scrollbar {*/
/*    width: 0;*/
/*}*/

/*html {*/
/*    scrollbar-width: none;*/
/*}*/


/**************    fonts   ************/

@font-face {
    font-family: "Helvetica-regular";
    font-weight: 400;
    
}

@font-face {
    font-family: "Helvetica-bold";
    font-weight: 800;
   
}

@font-face {
    font-family: "Helvetica-Light";
    font-weight: 300;
   
}

body {
     
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 33.5px;
    color: #000000;
}

.container {
    /*max-width: 80%;*/
    max-width:1550px;
}

.container.large,
.large {
    max-width: 90%;
}

.UltraLight {
    font-family: 'Helvetica-regular', sans-serif;
    letter-spacing: 0.04em;
    font-weight: 400;
}

.Medium {
    font-family: 'Helvetica-bold', sans-serif;
    font-weight: 700;
}

.UltraLight2 {
    font-family: 'Helvetica-Light', sans-serif;
    letter-spacing: 0.04em;
    font-weight: 100;
}

.front-promo__layout {
    background: rgb(0 1 25 / 60%);
    /* background: #000119; */
}
.front-promo video {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}

.front-promo__title {
    font-size: 96px;
    line-height: 107%;
    font-family: 'Helvetica-bold', sans-serif;
}

.front-promo__subtitle {
    font-size: 24px;
    line-height: 30px;
    color: #E5E7EB;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
}

.main-menu__item .main-menu__link::before {
    display: none;
}

.section-title h3 {
    font-size: 40px;
    line-height: 50px;
}


/**************** button *************/

.button--promo {
    background: unset;
    height: 38px;
    min-width: auto;
    border-radius: 2px;
    border: 1.51562px solid #FFFFFF;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF !important;
}

.button--sec {
    background: unset;
    height: 38px;
    min-width: auto;
    border-radius: 2px;
    border: 1.51562px solid #000119;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 35px;
    color: #000119;
}

.button--sec span {
    margin-right: 12px;
}

.button--fill {
    background:  #4630D7;
    height: 38px;
    min-width: auto;
    border-radius: 2px;
    border: 1.51562px solid #4630D7;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 35px;
    color: #fff!important;
}

.button:hover .icon {
    padding-left: 5px;
}

.button--white:hover {
    color: #fff !important;
    background: #365af6;
    border-color: #365af6;
}

.button--fill i {
    position: relative;
    top: 3px;
}
.icon {
    position: relative;
    transition: all 0.3s ease;
}

.banner-slider {
    position: relative;
    max-width: 800px;
    margin: 0px auto;
}

.banner-slider::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #313131 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 147px;
    width: 90%;
    height: 76%;
    z-index: 0;
    top: 12%;
    left: 5%;
}

.banner-slider .slick-slider {
    z-index: 1;
   /* max-width: 655px;
    margin: 0px auto;*/
}

.banner-slider .logos-slider__item {
    height: auto;
    border: 0;
}

.banner-slider .logos-slider__item::before {
    background: unset;
}

.banner-slider .logos-slider__item img {
   /* width: 100%;
    max-width: unset;
    max-height: 730px;
    height: auto;*/
    
    
     width: unset;
    max-width: 100%;
    max-height: 650px;
    height: unset;
}
.banner-slider .slick-dots {
    position: absolute;
    max-width: 800px;
    width: 10px; 
    top: 40%;
    right: -50px;
}
.banner-slider .slick-dots li { 
    width: 10px;
    height: 10px; 
    margin: 5px 0;
    padding: 0;
}
.banner-slider .slick-dots li button { 
   position: relative;
   width: 10px;
   height: 10px;
   border-radius: 50%;
}
.banner-slider .slick-dots li.slick-active button { 
   background: #4630D7;
}



.page-header_2 {
    position: absolute;
    max-width: 100%;
    width: 100%;
    top: 10px;
}

.call-top {
    border: 1px solid #EBF2FF;
    box-sizing: border-box;
    border-radius: 8px;
    color: #fff;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 34px;
    margin: 0 10px 0 20px;
}

.call-top svg {
    width: 16px;
    height: 16px;
}

.call-top:hover svg {
    padding: 0 2px;
}

.logos-slider2-cntr .logos-slider2 {
    padding-right: 120px;
    display: none;
    
}

.logos-slider2-cntr .logos-slider2.slick-slider { 
    display: block;
}
.logos-slider2-cntr .slick-arrow {
    font-size: 0;
    width: 43px;
    height: 45px;
    position: absolute;
    border: 1px solid #EBF2FF;
    box-sizing: border-box;
    top: calc(50% - 20px);
    background: #fff;
}

.logos-slider2-cntr .slick-prev.slick-arrow {
    border-radius: 8px 0px 0px 8px;
    right: 70px;
    background-image: url(../img/web-img/prv.png);
    background-repeat: no-repeat;
    background-position: center;
}

.logos-slider2-cntr .slick-next.slick-arrow {
    border-radius: 0px 5px 5px 0px;
    right: 27px;
    background-image: url(../img/web-img/nxt.png);
    background-repeat: no-repeat;
    background-position: center;
}

.logos-item {
    padding: 0 20px;
}

.logos-item img {
    height: 70px;
    display: block;
    margin: 0px auto;
    width: 100%;
    object-fit: contain;
}
 
.logo-main-cntr {
    background: #FFFFFF;
    border: 2px solid #EBF2FF;
    box-sizing: border-box;
    border-radius: 22px;
    padding: 15px;
}


/********  Section ************/

section.section {
    padding: 85px 0;
}


/********  background ************/

.bg1 {
    background: #F5F8FD;
}

.bg2 {
    background: #4160E5;
}

.bg3 {
    background: #000119;
}

.bg4 {
    background: #003d90;
}
.bg5 {
    background: #fff;
}
.bg6 {
    background: #fbfbfb;
}

.bg7 {
    background: #faf8f8;
}
.bg8 {
    background: #F2F5F7;
}


/************    sub head  ********/

.sub-head-3 {
    font-size: 36px;
    line-height: 30px;
    color: #000119;
    opacity: 0.8;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
    margin: 0;
}

.heading__title-2 {
    font-size: 72px;
    line-height: 109.5%;
    color: #000119;
}

.heading__title-4 {
    font-size: 40px;
    line-height: 62px;
    font-weight: 400;
    /*text-align: left;*/
    color: #000000;
}


.heading__title-3 {
   font-style: normal;
font-weight: 600;
font-size: 48px;
line-height: 114%; 
color: #18191F;
}

.heading__title-5 {
   font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 109.5%; 
color: #000000;
}
.heading__title-6 {
   font-weight: 600;
font-size: 60px;
line-height: 114% 
color: #282828;
}

.heading__title-1 {
    font-weight: 700;
    font-size: 96px;
    line-height: 114%;
}
.small-head{
    font-weight: bold;
font-size: 14px;
line-height: 26px;
/* identical to box height, or 186% */

letter-spacing: 2px;
text-transform: uppercase;

/* Colors / Text */

color: rgba(21, 20, 57, 0.4);
}


/************   color  ********/

.black {
    color: #000;
}

.blue {
    color: #365AF6;
}

.white {
    color: #fff;
}

/***** home who serv ********/
.home-who-we-img-cntr{
    position: relative;
}

.home-who-we-img-cntr img{ 
    max-width: 412px;
    margin: 0px auto;
    display: block;
}
 

/***** home fut work  *****/
.ft-cl1{
    background: #FFFADB;
}
.ft-cl2{
    background: #C8E7FA;
}
.ft-cl3{
    background: #FBE3DF;
}
.ft-cl4{
    background: #D2E6E1;
}
.ft-cl5{
    background: #FBD5B7;
}
.ft-cl6{
    background: #F2F5F7;
}
.feat-list{
    border-radius: 10px;
    padding: 50px;
    margin: 15px 0;
    text-align: center;
    min-height: 300px;
}
.feat-list h5{
    font-weight: 500;
    font-size: 22px;
    line-height: 32px; 
    text-align: center; 
    color: #1E0E62;
    margin: 15px 0;
}
.feat-list p{
    font-weight: normal;
    font-size: 16px;
    line-height: 26px; 
    text-align: center; 
    color: rgba(21, 20, 57, 0.4); 
    mix-blend-mode: normal;
    opacity: 0.7;
    margin: 0;
}
/******  home serv sec *****/

section.service {
    padding: 150px 0;
}

.logos-slider2-cntr .logos-slider3 {
    padding-right: 120px;
}

.ser-list {
    /*background: #3521B6;*/
    background: #303A42;
    
    border-radius: 24px;
    padding: 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.ser-list a {
    text-decoration: unset;
}

.ser-list:hover {
    -webkit-box-shadow: 0px 5px 5px 2px rgb(0 0 0 / 20%);
    box-shadow: 1px 2px 7px 6px rgb(78 78 78 / 10%);
}

.ser-list h5 {
    font-size: 24px;
    line-height: 38px;
    color: #fff;
    margin-top: 20px;
}

.ser-list p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 0;
}

.slick-slider {
    margin: 0 -15px;
}

.slick-slide {
    padding: 10px 5px;
    margin-right: 15px;
    margin-left: 15px;
}
.logos-slider3 .slick-list{
    padding-right: 200px;
}
.logos-slider3 .slick-list::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0; 
    width: 200px;
    height: 100%;
background: linear-gradient(269.67deg, #F2F5F7 35.57%, rgba(242, 245, 247, 0) 73.6%);
    z-index: 0;
}

/**********  home work **********/

section.home-work {
    padding: 200px 0;
    position: relative;
    background: #fff;
}

/*section.home-work::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../img/web-img/Vectary-texture.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    opacity: .1;
}*/



section.home-work .container {
    z-index: 1;
    position: relative;
}

.logos-slider2-cntr .logos-slider4 {
    padding-right: 90px;
    padding-left: 90px;
}

.logos-slider2-cntr .logos-slider4 .img-box {
    border-radius: 20px;
}

.logos-slider2-cntr .logos-slider4 .img-box::before {
    padding-top: 162.85714%;
}

.logos-slider2-cntr .logos-slider4 .img-box__details {
    display: block;
}

.logos-slider2-cntr .slick-next.slick-arrow {
    right: 10px;
}

.logos-slider2-cntr .slick-prev.slick-arrow {
    right: 52px;
}

.logos-slider4 .img-box__overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.79) 0.29%, rgba(35, 35, 35, 0) 94.66%);
    backdrop-filter: blur(0px);
    /* Note: backdrop-filter has minimal browser support */
}

.logos-slider4 .img-box:hover .img-box__overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.79) 0.29%, rgba(35, 35, 35, 0) 94.66%);
    backdrop-filter: blur(2px);
}


/***********  built **************/

.bg-built {
    background-image: url("../img/web-img/bg-built.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left bottom;
    padding: 225px 0 !important;
}


/************** words   *************/

section.section.words-cntr {
    padding: 140px 0;
}

.brand-tumb {
    background: #FFFFFF;
    border: 1px solid #EBF2FF;
    box-sizing: border-box;
    box-shadow: 0px 0px 7px rgba(148, 148, 148, 0.25);
    border-radius: 12px;
    margin: 5px 0;
    padding: 35px 40px;
}

.brand-tumb img {
    float: left;
    margin-right: 40px;
    width: 90px;
        height: 70px;
    object-fit: contain;
}

.brand-tumb .icon {
    float: left;
    margin-right: 40px !important;
    width: 90px;
    height: 50px;
}

.brand-tumb h5 {
    font-size: 24px;
    line-height: 69px;
    margin: 0;
    color: #595959;
    opacity: 0.8;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
}

.img-box.word-box {
    border-radius: 20px;
    margin-bottom: 0px;
}

.img-box.word-box .img--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
    z-index: -1;
}

.img-box.word-box:hover .img-box__overlay {
    background: linear-gradient(180.33deg, #000000 0.29%, rgba(62, 61, 61, 0) 94.66%);
    border-radius: 20px;
    transform: rotate(179.78deg);
}

.img-box.word-box .img-box__overlay {
    background: linear-gradient(180.33deg, #000000 0.29%, rgba(62, 61, 61, 0) 94.66%);
    border-radius: 20px;
    transform: rotate(179.78deg);
}

.img-box.word-box::before {
    content: "";
    display: block;
    padding-top: 65%;
}

.img-box.word-box .img-box__details {
    bottom: unset;
    top: 0;
    left: 0;
    height: 100%;
    padding: 50px;
    display: block;
}

.img-box.word-box .img-box__title {
    width: auto;
    display: inline-block;
    margin: 0 40px 30px 40px;
    margin-top: 15%;
    font-size: 55px;
    line-height: 69px;
    color: #FFFFFF;
}

.img-box.word-box .img-box__details a{
 display: inline-block;
 margin-left: 40px;
}

.words-cntr-slide .logos-slider2-cntr .slick-prev.slick-arrow {
    right: unset;
    left: 5px;
    z-index: 1;
}

.words-cntr-slide .logos-slider2-cntr .slick-next.slick-arrow {
    right: 5px;
}

.words-cntr-slide .logos-slider2-cntr .slick-arrow {
    border-radius: 5px;
    box-shadow: 0px 0px 7px rgba(148, 148, 148, 0.25);
}

.slick-slide.slick-current .brand-tumb {
 /*   background: #365AF6;
    border: 1px solid #365AF6;*/
 /*background: #003d90;
    border: 1px solid #003d90;*/

background: #1F212E;
border: 1px solid #1F212E; 



    
    color: #fff;
}

.slick-slide.slick-current .brand-tumb h5 {
    color: #fff;
}

.slick-slide.slick-current .brand-tumb .icon {
    color: #fff;
}

.slick-slide.slick-current .brand-tumb {
    color: #fff;
}


/**************  home action ************/

.home-action {
    background: #3521B6;
    border-radius: 22px;
    padding: 100px 50px 30px 70px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #f5f8fd;
}

.home-action:hover {
    box-shadow: 0 2px 8px 0 rgb(147 152 255 / 23%), 0 4px 16px 6px rgb(186 204 255 / 41%);
}

.home-action h4 {
    font-size: 48px;
    line-height: 109.5%;
    color: #FFFFFF;
    font-weight: 300;
}

.home-action p {
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}

.home-action a {
    background: #FFFFFF;
    border: 1px solid #EBF2FF;
    box-sizing: border-box;
    box-shadow: 0px 0px 7px rgba(148, 148, 148, 0.25);
    border-radius: 7px;
    color: #000;
    padding: 10px 24px;
}

.home-action a svg {
    stroke: #000;
}


/**************** footer **************/

.page-footer {
    padding: 145px 0;
    background: #fff;
    border-radius: 8px;
    margin-top: -10px;
}

.page-footer hr {
    opacity: .3;
}

.page-footer h3 {
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    color: #070707;
}

.page-footer h5 {
    font-weight: 600;
    font-size: 50px;
    line-height: 80px;
    color: #070707;
}

.page-footer__menu li {
    width: 100%;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 0.035em;
    color: #020202;
}

.page-footer__menu li a {
    color: #020202;
}

.socials__link {
    color: #A8A8A8;
    font-size: 38px;
}

.page-footer__privacy a {
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 0.035em;
    color: #000000;
    margin-left: 20px;
}

.page-footer__privacy a::after {
    display: none !important;
}

.web-dis-none {
    display: none !important;
}

.page-footer__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20;
    color: #020202;
}

.page-footer__menu a::after {
    display: none;
}


/*****************  Contact    *****************/

.contact-page {
    text-align: center;
}

.contact-page .hero-block__title {
    line-height: normal;
}

.contact-page p {
    color: #fff;
    font-size: 24px;
}

.contact-page .hero-block__layout {
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, .15) 60%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, .15) 60%);
}

.contact-page-deta .contacts-item__img {
    border: 0;
    background: #003d90;
    border-radius: 0;
}

.contact-page-deta .contacts-item__img .icon {
    color: #fff;
} 
.contact-page-deta .contacts-item__details {
    line-height: 24px; 
} 
.contact-page-deta .form__message.message--large {
    height: 160px;
}


/*****************  team    *****************/

.team-page .team-item__description {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    clip-path: none;
    width: 100%;
}

.hero-block a {
    color: #fff;
    text-decoration: none;
}


/*****************  blog-page    *****************/

.blog-page .blog-item__img {
    clip-path: none;
}

.blog-page .pagination__item--prev {
    border-radius: 0;
}

.blog-page .pagination__item--next {
    border-radius: 0;
}

.blog-page .pagination__item {
    border: 2px solid #003d90;
}

.blog-page .pagination__item--active,
.blog-page .pagination__item:hover {
    color: #fff;
    background: #003d90;
    border: 2px solid #003d90;
}

.gap-space {
    padding: 75px 0;
}

.blog-page-details .blog-title {
    font-size: 36px;
    line-height: 44px;
}

.hero-block.small-banner .align-container {
    height: 500px;
    padding: 100px 0 20px;
}

.client-page .logos-item {
    background: #FFFFFF;
    border: 2px solid #EBF2FF;
    box-sizing: border-box;
    border-radius: 22px;
    padding: 50px 10px;
    margin: 15px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
     filter: grayscale(100%) !important;
}
.client-page .logos-item:hover {
    -webkit-box-shadow: 0px 5px 5px 2px rgb(0 0 0 / 20%);
    box-shadow: 1px 2px 7px 6px rgb(78 78 78 / 10%);
    filter: grayscale(0%) !important;
}
.client-page .logos-item img {
    width: 100%;
    height: 65px;
    object-fit: contain; 
} 
.small-banner p{
    color: #fff;
    font-size: 22px;
}

/**********  cta block   **********/

.cta-block {
    background: #000 !important;
}

.cta-block .img--bg {
    opacity: .6;
    z-index: 0;
}


/**
.inner-page-menu .page-header_2 {
    top: 0px;
    background: #40ae49;
    position: relative;
}

.inner-page-menu .main-menu__item .main-menu__link {
    padding: 10px 0;
}

.inner-page-menu .button--fill {
    background: 0 0;
    border: 1.51562px solid #fff;
    color: #fff!important;
}

**/



.inner-page-menu .page-header_2 {
    top: 0px;
        padding: 10px 0;
    position: relative;
}

.inner-page-menu .main-menu__item .main-menu__link {
    padding: 10px 0;
    color: #333;
}
.inner-page-menu .call-top{
    border: 1px solid #003d90;
    color: #003d90;
}
.inner-page-menu .page-header_2 .white-logo{
    display: none;
}
.inner-page-menu .page-header_2 .color-logo{
    display: inline;
}
.page-header_2 .color-logo{
    display: none;
}
 
.inner-page-menu .main-menu--white .main-menu__item--active .main-menu__link>span::before {
    background: #333;
}
.inner-page-menu .main-menu--white .main-menu__item--active .main-menu__link>span::after {
    background: #333;
}

.banner-with-image .hero-block__layout{
    display: none;
}
.hero-block.small-banner.banner-with-image .align-container {
    height: 900px;
    min-height: 100vh;
    padding: 100px 0 20px;
}
.banner-with-image .img--bg{
        object-fit: contain;
    object-position: right;
}
.banner-with-image{
   margin-top: -100px;
}
.banner-with-image span{
    font-weight: bold;
    color: rgba(21, 20, 57, 0.4);
}
.banner-with-image .hero-block__title{
    line-height: 75px;
    color: #000;
}
.banner-with-image p{
    color: #333;
}
.banner-with-image a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.banner-with-image a span {
    color: #333; 
    font-size: 14px;
}





.bradcrumb-menu a {
    color: #333;
    font-size: 12px;
    margin: 0 10px;
}

.bradcrumb-menu a.active {
    color: #003d90;
}

.section-title h3 {
  /*  background: -webkit-linear-gradient( 
-90deg, #365af6, #b31eae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: #000;
}


/********** Sticky Form start  **************/

.content {
    position: relative;
}

.form-nor {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    background: #fff;
}

.form-nor.stick {
    position: fixed;
       width: 355px;
    right: 10%;
}

.form-nor.bottom {
    position: absolute;
    bottom: 0;
    top: auto;
}

.form__message.message--large {
    height: 150px;
}
/********** Sticky Form end  **************/

.logos-slider2-cntr .logos-slider7 {
    padding-right: 120px;
}


.blog-item__title { 
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}
.blog-item__text{
    font-size: 14px;
    line-height: 22px;
}

.blog-item {
    margin: 30px 0;
}

.counter__count {
    font-size: 70px;
}



/****************  industries  ****************/
.industries .img-box {
    border-radius: 20px;
    margin:15px 12px;
}
.industries .img-box__details{
    display: block;
}
.industries .img-box__details img{
    width: 25px;
}
.industries .img-box__title { 
    font-size: 18px;
    font-weight: 100;
}

/****************  industries-details  ****************/

.industries-details .blog-post__title {
    font-size: 26px;
}
 
.indu-det-cntr{
    padding: 30px;
    position: relative;
}
.indu-det-cntr::after{ 
    content: "";
    position: absolute;
    right: 33.5%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #f5f5f5;
}
.sticky {
    width: 100%;
    max-width: 315px;
    top: 15px;
    position: relative;
}
.cert-slider .img-box::before { 
    padding-top: 108.85714%;
}
.cer-list{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 20px  ;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.cer-list:hover {
    -webkit-box-shadow: 0px 5px 5px 2px rgb(0 0 0 / 20%);
    box-shadow: 1px 2px 7px 6px rgb(78 78 78 / 10%);
}
.cer-list .cer-img{
    height: 300px;
    object-fit: contain;
    margin: 0px auto;
}

.cer-list .img-box__details{ 
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.logos-slider2-cntr .logos-slider8 {
    padding-right: 90px;
}


/*********** Career ***********/
.carrer .accordion__title {
    font-weight: 400;
    font-size: 20px;
} 
.carrer .custom-file-input{
    line-height: 30px;
}
.chair-pic{
    position: relative;
    height: 300px;
    padding: 10px 0 0 10px;
}
.chair-pic::after{ 
    content: "";
    position: absolute;
    height: 200px;
    top: -10px;
    left: -10px;
    width: 200px;
    z-index: -2;
    background: #40ae49;
}
/****************  service  *************/
.more-serv{
    padding: 0;
    border: 0;
    height: auto;
    transition: all 1s;
    position: relative;
    top: 60px;
    line-height: 18px;
    opacity: 0; 
}
.ser-list:hover .more-serv{
    top:0px;
    opacity: 1;
        color: #fff;
}
.inner-page-main-cntr .ser-list{
    overflow: hidden;
    text-align: center;
} 
.inner-page-main-cntr .ser-list img{
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
} 
/**********  about   *********/
.about-bg{
    position: relative;
}
.about-bg::after{
    content: "";
    position: absolute;
    background: #e2edf3; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.apply-job-cntr .contact-form{
    background: #fff;
    padding: 40px 50px;
    margin: 0 20px;
}


.menu-box-shadow-2 {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 5px 0 rgb(0 0 0 / 23%);
position: relative;
    z-index: 1;

}
.apply-job-cntr .contact-form__subtitle{
    font-size: 35px;
}
.inter-inner .img-box__title {
    font-size: 24px; 
    margin: 5px 0 0;
} 

/********* menu ***********/
.press-mach-menu-cntr .main-menu__sub-list { 
    padding: 0px;
    background-color: #ffffff;
    border-radius: 8px; 
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 5px 0 rgb(0 0 0 / 10%);
}
.press-mach-menu-cntr .main-menu__sub-list li a { 
    color: #616161; 
    line-height: 26px;
    font-size:13px;
}
.press-mach-menu-cntr .main-menu__sub-list li a::after {
    margin-top: 0px; 
}

/**********  drop submenu ************/
 
.press-mach-menu-cntr .main-menu__sub-list li {
    padding: 0px 15px;
    margin: 0 !important;
    line-height: 40px;
}
.main-menu__sub-list .main-menu__item--has-child .main-menu__sub-list2 {
    position: absolute;
    display: none;
    height: 0;
    padding: 0;
    left: unset;
    right: -236px;
    top: 0;
}
.main-menu__sub-list .main-menu__item--has-child:hover .main-menu__sub-list2 {
    height: auto;
    display: block;
}
.press-mach-menu-cntr .main-menu__sub-list li a i {
    position: absolute;
    right: 15px;
}

/************  sroll  *************/
.icon-scroll  {
    position: absolute;
    left: 50%;
    width: 100px;
    bottom: 50px;
    text-align: center;
    padding-top: 50px;
    height: 30px;

    font-weight: 500;
font-size: 10px;
line-height: 26px;
/* or 260% */

letter-spacing: 1px;
text-transform: uppercase;

color: #151439;

}

.icon-scroll:before {
    position: absolute;
    left: 50%
        bottom: 50px;
    width: 100px;
    text-align: center;
}
 
@media (max-width: 767px) {
    .icon-scroll {
        position: relative;
        margin: 0px auto;
        left: 0;
    }
}
.icon-scroll:before {
    content: '';
    width: 4px;
    height: 10px;
    background: #333;
    left: calc(50% - 2px); 
    top: 8px;
    border-radius: 2px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll
}
.icon-scroll:after {
    content: '';
    width: 30px;
    height: 50px; 
    bottom: 0;
    margin-top: -35px;
    border: 1px solid #333;
    border-radius: 25px;
    position: absolute;
    left: calc(50% - 15px); 
}
@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(26px)
    }
}


/******* about  ***********/
section.about-sec-2{
    padding:100px 0 ;
}
.abt-se-l1{
    position: relative;
    padding-top: 100px;
}
.abt-se-l1::after{
    content: "";
    background: #263640; 
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2), -50px 100px 0px #F5F8FA;
    border-radius: 22px; 
    width: 80%;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.abt-se-l1 span.small-text{
    font-weight: bold;
    font-size: 14px;
    line-height: 20px; 
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase; 
    color: #929A9F;
}
.abt-se-l1 h3{
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    display: flex;
    align-items: center; 
    color: #FFFFFF;
}
.abt-se-l1 p{  
    font-weight: 500;
    font-size: 16px;
    line-height: 26px; 
    display: flex;
    align-items: center; 
    color: #FFFFFF;
    margin-bottom: 50px;
}
.abt-se-l1 .large-text{ 
    font-style: normal;
    font-weight: bold;
    font-size: 144px;
    line-height: 144px;
    display: flex;
    align-items: center; 
    color: rgba(70, 89, 101, 0.58);
}
.abt-se-l1-left{ 
    padding: 0 100px;
    max-width: 610px;
}


.about-sec-3 .counter__count, .about-sec-3 .counter__subject {
    font-size: 36px;
    line-height: 107%; 
    color: #4630D7;
    margin: 0;
}
.about-sec-3 .counter__top svg{
    float: left;
    height: 74px;
    margin-right: 25px;
}
section.about-sec-4{
    padding:100px 0   ; 
    position: relative;
}
.about-sec-4::after{
    content: "";
    background: #F9F9F9;
border-radius: 22px 0px 0px 0px;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.about-sec-4 .abt-se-l4-cnt{
    padding: 50px 130px;
}
.abt-se-l4-cnt h3{
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    display: flex;
    align-items: center; 
    color: #151439;
    margin-bottom: 40px;
}
.abt-se-l4-cnt p{  
    font-weight: 500;
    font-size: 16px;
    line-height: 26px; 
    display: flex;
    align-items: center; 
    color: #151439;
    margin-bottom: 50px;
}
.about-sec-4 .abt-se-l5-cnt{
    padding: 160px 130px 0; 
}
.abt-se-l5-cnt h3{
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    display: flex;
    align-items: center; 
    color: #151439;
    margin-bottom: 40px;
}
.abt-se-l5-cnt p{  
    font-weight: 500;
    font-size: 16px;
    line-height: 26px; 
    display: flex;
    align-items: center; 
    color: #151439;
    margin-bottom: 50px;
}
.about-sec-4.about-sec-5::after{
    content: "";
    background: #F9F9F9;
    border-radius:  0px 0px 22px 0px;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    right: unset;
    left: 0;
    z-index: -1;
}
.about-sec-key{
    padding: 100px 0;
}

.about-sec-key span {
    font-weight: bold;
    font-size: 14px;
    line-height: 26px; 
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #929A9F;
}
.about-sec-key h2 {  
    font-weight: bold;
    font-size: 36px;
    line-height: 114%; 
    color: #151439;
    margin-top: 10px;
}
.about-sec-key-list h5{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #282828;
    margin: 20px 0;
}
.about-sec-key-list p{
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #282828;  
}
.abt-se-miss-cnt{
    margin: 40px 0;
    text-align: left;
    padding: 0 100px;
}
.abt-se-miss-cnt h4{ 
    margin: 20px 0;
    font-weight: bold;
    font-size: 36px;
    line-height: 114%; 
    color: #151439;
}
.abt-se-miss-cnt p{
    font-weight: normal;
    font-size: 16px;
    line-height: 19px; 
    color: #282828;  
}
.abt-se-miss-cnt img{
    width: 30px;
    margin-right: 10px;
}


.about-sec-4.miss-vis::after{ 
    border-radius:  22px 0px 0px 22px; 
}
.about-sec-key p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 158.52%; 
    text-align: center; 
    color: #8D8180;
    margin: 30px 0;
}





.about-sec-6 span {
    font-weight: bold;
font-size: 14px;
line-height: 20px;  
letter-spacing: 0.1em;
text-transform: uppercase;

/* Light Blue */

color: #929A9F;
}
.about-sec-6 h2 {  
   font-size: 32px;
line-height: 44px;  
color: #263640;
    margin-top: 10px;
}
 
.about-sec-6 p{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px; 
    color: #929A9F; 
}



.banner-bg-color .hero-block__layout {
     background: -webkit-linear-gradient(to right, #c9d6ff, #e2e2e2);
    background: linear-gradient(to right, #c9d6ff, #e2e2e2);
}
.banner-bg-color .hero-block__title {
    color: #333; 
}
.banner-bg-color p{
    color: #333; 
}
/************  faq  *****************/

.ser-det-cntr .heading__title {
    color: #000;
    margin-bottom: 20px;
}
.ser-det-cntr p{
    color: #000; 
}
.ser-se-img{
  position: relative; 
  margin: 30px;
}
.ser-se-img img{
  width: 100%;
  box-shadow: 0px 0px 7px rgb(148 148 148 / 25%);
}
.ser-se-img::before {
  content: '';
  border-radius: 10px;
  position: absolute;
  display: block;
  top: -1.5em;
  left: -1.5em;
  width: 90%;
  height: 80%;
  background-color: #8bbcff;
  z-index: -1
}

.ser-se-img::after {
  border-radius: 10px;
  content: '';
  position: absolute;
  display: block;
  bottom: -1.5em;
  right: -1.5em;
  width: 90%;
  height: 80%;
  background-color: #015dda;
  z-index: -2
}

.faq__title{
    font-size: 40px;
    line-height: 45px;
}

.faq .accordion__title {
    font-size: 20px; 
    font-weight: 400;
}
.cta-bg-block {
    position: relative;
    padding: 150px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-bg-block::after {
    content: "";
    position: absolute; 
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5);
}


.cta-bg-block .heading {
    position: relative;
    z-index: 1;
}

.menu-dropdown__inner {
    left: 0;
    top: 0;
    z-index: 1;
}

/******  Floating Button  ******/
 :root {
  --background: #4285f4;
  --icon-color: #344955;
  --width: 50px;
  --height: 50px;
  --border-radius: 100%;
}

 

.wrapper {
  width: var(--width);
  height: var(--height);
      position: fixed;
    right: 15px;
    top: 50%;
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
 
}
.wrapper .fab {
  background: var(--background);
  width: var(--width);
  height: var(--height);
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 24px;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fab-animation-reverse 0.4s ease-out forwards;
}
 
.wrapper .fac {
  width: 32px;
  height: 150px;
  border-radius: 64px;
  position: absolute;
  background: #fff;
  z-index: 2;
  padding: 0.5rem 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  opacity: 0;
  top: -110px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transition: opacity 0.2s ease-in, top 0.2s ease-in, width 0.1s ease-in;
  /*&::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -8px;
    transform: rotate(45deg);
    z-index: 0;
  }*/
}
.wrapper .fac a {
  color: var(--icon-color);
  opacity: 0.8;
  text-decoration: none;
}
.wrapper .fac a:hover {
  transition: 0.2s;
  opacity: 1;
  color: #30444f;
}
.wrapper input {
  height: 100%;
  width: 100%;
  border-radius: var(--border-radius);
  cursor: pointer;
  position: absolute;
  z-index: 5;
  opacity: 0;
}
 
.wrapper input:checked ~ .fac {
  width: 32px;
  height: 150px;
  animation: fac-animation 0.4s ease-out forwards 0.1s;
  top: -180px;
  opacity: 1;
}

@keyframes fab-animation {
  0% {
    transform: rotate(0) scale(1);
  }
  20% {
    transform: rotate(60deg) scale(0.93);
  }
  55% {
    transform: rotate(35deg) scale(0.97);
  }
  80% {
    transform: rotate(48deg) scale(0.94);
  }
  100% {
    transform: rotate(45deg) scale(0.95);
  }
}
@keyframes fab-animation-reverse {
  0% {
    transform: rotate(45deg) scale(0.95);
  }
  20% {
    transform: rotate(-15deg);
  }
  55% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0) scale(1);
  }
}
@keyframes fac-animation {
  0% {
    transform: scale(1, 1);
  }
  33% {
    transform: scale(0.95, 1.05);
  }
  66% {
    transform: scale(1.05, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}




/**************popup  *************/

  


.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
    margin: 80px auto;
    max-width: 800px;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
    overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
/*************  project  ****************/
.project-page .img-box.word-box { 
    margin: 20px 0;
}
.project-page .img-box.word-box .img-box__overlay{
    opacity: 0;
    transition: all 1s;
}
.project-page .img-box.word-box:hover .img-box__overlay{
    opacity: 1;
}
.project-page .img-box.word-box .img-box__details{
    opacity: 0;
    transition: all 1s;
    padding: 20px;
}
.project-page .img-box.word-box .img-box__details img{
    width: 50px;
}
.project-page .img-box.word-box:hover .img-box__details{
    opacity: 1;
}
.project-page .img-box.word-box .img-box__title { 
    margin: 0 0;
    margin-top: 15%;
    font-size: 24px;
    line-height: 28px; 
}


/*************  project details ****************/
.banner-bg-color2 .hero-block__layout {
    background: -webkit-linear-gradient(to right, #CCFBF1, #CCFBF1);
    background: linear-gradient(to right, #CCFBF1, #CCFBF1);

}
.produ-det .hero-block__title{
    font-size: 45px;
} 
.banner-bg-color2 .hero-block__title{
    color: #333;
    margin-bottom: 20px;
}
.banner-bg-color2 .align-container p{
    color: #666;
}
.prj-cntr{
    padding: 1.5rem!important;
    background: #fff;
    border: 1px solid #eaeff5;
    -webkit-box-shadow: 0 0 10px 1px rgb(71 85 95 / 8%);
    box-shadow: 0 0 10px 1px rgb(71 85 95 / 8%);
    margin-bottom: 15px;
}
.prj-cntr .service-details__title{
    font-size: 22px;
    margin-bottom: 25px;
    position: relative;
}
.prj-cntr .service-details__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    width: 80px;
    background: #003d90;
}

.prj-cntr .slick-slide {
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
}

.prj-cntr .category-list__link{
    font-weight: 300;
}
.prj-cntr .category-list__item{
  /*  word-break: break-all;*/
}
.prj-cntr.form-nor.stick { 
    /*width: 334px; */
    width: 28.5%;
}

.com-logo {
    float: right;
    width: 200px;
    margin: 80px 0 0 80px;
    background: #fff;
    height: 200px;
    padding: 50px;
    border-radius: 50%;
}
.com-logo img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.float-left{
    float: left;
}

.logos-slider2-cntr .logos-slider13 {
    padding-right: 120px;
}
.logos-slider13 .img--bg{
    height: 100% !important;
    object-fit: cover !important;
}
.project-page .img--bg{
    height: 100% !important;
    object-fit: cover !important;
}
.custom-file input{
    width: 100%;
}





/*********  Buy page ***********/
.buy-point .heading__title-2{
 color: #003d90;
}
.buy-page .heading__title-2{
 text-align: center;
}
.buy-sec3 .heading__title-2{
 font-size: 32px !important;
}
 .buy-page .heading__title-2 span{
 font-weight: 700;
}
.buy-page ul{
 margin: 30px 0 0  0;
 padding: 0;
    /*max-width: 700px;*/
    list-style: none;
    list-style-type: none;
}
.buy-page ul li{
padding-left: 35px;
margin-top: 15px;
position: relative;
text-align: left; 
width: calc(50% - 35px);
color: #003d90;
display: inline-block;
}


.buy-page ul li i {
    position: absolute;
    top: 3px;
    left: 0px;  
    padding: 3px;
   color: #003d90;
        line-height: 16px;
        font-size: 18px;
}

.buy-works-bg{
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    max-width: 800px;
    margin: 0px auto;
    background: #fff;
}

.buy-form .form{
     max-width: 600px;
    margin: 20px auto 0;
    display: block;
}



label.error {
    font-size: 13px;
    display: inline-block;
    margin: 0px 0 0 0;
    position: relative;
    top: -15px;
    color: #f00;
}
.form__field.error{
        border: 1px solid #f00;
}


.contacts-item { 
    width: 100%;
    max-width: unset;  
}


.footer_content h1, .footer_content h2, .footer_content h3, .footer_content h4, .footer_content h5{
    font-size:24px;
    text-align:left;
}

.footer_content p{
    font-size:14px;
    text-align:left;
}

.footer_content ul li{
    font-size:14px;
    text-align:left;
}


/*******  Faq sec *******/
.faq-cntr{
    background:#f4f7ff;
}
 
.faq-cntr .titl-sec h4{
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 109.5%;
    color: #000000;
}

.faq-cntr .titl-sec span{
        font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(21, 20, 57, 0.4);
}

.faq-cntr .accordion {
    border: 0;
}
.faq-cntr .card {
    margin: 20px 0;
    border-radius: 12px !important;
    border: 2px solid #0f2e89 !important;
    background: none;
    display:none;
}
.faq-cntr .card .card-header {
    background: none;
    border: 0;
    padding:12px 0;
        position: relative;
        min-height: 70px;
}
.faq-cntr .card .card-header button {
    background: none;
    border: 0;
    text-decoration: none;
    box-shadow: none;
}
.faq-cntr .card .card-header button[aria-expanded="false"] i.close_btn {
     display:block;
}
.faq-cntr .card .card-header button[aria-expanded="true"] i.close_btn {
     display:none;
}

.faq-cntr .card .card-header button[aria-expanded="false"] i.open_btn {
     display:none;
}

 
.faq-cntr .card .card-header button[aria-expanded="true"] i.open_btn {
     display:block;
}

.faq-cntr .card .card-header span {
   font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 109.5%;
    color: #000000;
        min-width: 50px;
}
.faq-cntr .card .card-header h2 { 
    font-size: 20px;
    line-height: 109.5%;
    color: #000000;
    margin-right: 60px;
    
}

.faq-cntr .card .icon-collaps{
    position: absolute;
    right: 0;
    top: 0;
    background: #0f2e89;
    width: 70px;
    height: 100%;
    line-height: 70px;
    text-align: center;
    font-weight: 600;
    font-size: 30px; 
    color: #fff;
}


.faq-cntr .card .card-body{
    font-size: 16px;
    color: #666;
    padding-top: 0;
}



.faq-cntr a {
    border: 1px solid #0f2e89 !important;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    color: #0f2e89!important;
    padding: 10px 15px;
    display: inline-block;
    line-height: 16px;
        text-decoration: none;
}
.faq-cntr a i{
position: relative;
    top: 4px;
}

@media (max-width: 1680px) {
    
      .container {
    max-width: 1450px; 
    
}
.form-nor.stick { 
    width: 325px;
    right: 8%;
}

}

@media (max-width: 1600px) {
    
   
.form-nor.stick { 
    right: 5%;
}

}






@media (max-width: 1450px) {
    body {
        font-size: 16px;
        line-height: 28px;
    }
    .container {
    max-width: 1200px; 
    
}

    section.section {
        padding: 40px 0;
    }
    section.apply-job-cntr{
         padding: 85px 0;
    }
    .front-promo__title {
        font-size: 72px;
        line-height: 100%;
    }
    .front-promo__subtitle {
        font-size: 18px;
        line-height: 24px;
    }
    .banner-slider { 
    max-width: 550px; 
}

.banner-slider .logos-slider__item img{
    max-height:500px;
}
    .banner-slider .slick-slider {
       /* max-width: 505px;*/
        width: 100%;
    }
    .button--promo .icon {
        font-size: 13px;
    }
    .sub-head-3 {
        font-size: 24px;
        line-height: 30px;
        margin: 0;
    }
    .heading__title-2 {
        font-size: 50px;
        line-height: 60px;
    }
    .heading__title-4 {
        font-size: 24px;
        line-height: 50px;
    }
    .slick-slide {
        padding: 10px 0px;
    }
    .ser-list {
        padding: 30px 20px;
    }
    .logos-slider2-cntr .slick-arrow {
        width: 30px;
        height: 30px;
        background-size: 7px auto;
    }
    .logos-slider2-cntr .slick-next.slick-arrow {
        right: 7px;
    }
    .logos-slider2-cntr .slick-prev.slick-arrow {
        right: 36px;
    }
    .logos-slider2-cntr .logos-slider3 {
        padding-right: 70px;
    }
    section.home-work {
        padding: 80px 0;
    }
    .logos-slider2-cntr .logos-slider4 .img-box__details {
        padding: 0 15px 13px 15px;
    }
    .logos-slider2-cntr .logos-slider4 .img-box__details .img-box__title {
        width: calc(100% - 0px);
        font-size: 18px;
        font-weight: 300;
    }
    .logos-slider2-cntr .logos-slider4 .img-box {
        margin-bottom: 0px;
    }
    .bg-built {
        padding: 100px 0 !important;
    }
    .heading__title-1 {
        font-size: 66px;
        line-height: 90%;
    }
    .img-box.word-box .img-box__title {
        font-size: 30px;
        line-height: 44px;
    }
    .brand-tumb {
        padding: 22px 35px;
    }
    .home-action h4 {
        font-size: 28px;
    }
    .home-action {
        padding: 70px 30px 30px 40px;
    }
    .page-footer h5 {
        font-size: 36px;
        line-height: 40px;
    }
    .page-footer h3 {
        font-size: 44px;
        line-height: 60px;
    }
    .socials__link {
        font-size: 24px;
    }
    .page-footer__menu li {
        font-size: 16px;
        line-height: 40px;
    }
    .page-footer {
        padding: 100px 0;
    }
    .page-footer__privacy a {
        font-size: 16px;
    }
    .button--fill {
        font-size: 14px;
    }
    .button--promo {
        font-size: 14px;
    }
    .button--sec {
        font-size: 14px;
    }
    .home-action a {
        padding: 0px 12px;
    }
    .bg-built {
        background-size: 40% auto;
    }
    .logos-slider2 .slick-slide {
        padding: 0px;
    }
    .md-top-20 {
        margin-top: 20px!important;
    }
    .md-top-0 {
        margin-top: 0px!important;
    }
    .slick-slide .brand-tumb h5 {
        font-size: 18px;
        line-height: 65px;
        font-weight: 300;
    }
    .brand-tumb {
        padding: 18px 30px;
    }
    section.section.words-cntr {
        padding: 70px 0;
    }
    .logos-slider4 .img-box__details img {
        width: 20px;
    }
    section.service {
        padding: 100px 0;
    }
    .ser-list h5 {
        font-size: 20px;
        line-height: 20px;
        margin-top: 10px;
    }
    .logos-slider3 .ser-list img {
        height: 20px;
    }
    .logo-main-cntr {
        border-radius: 12px;
    }
    .img-box.word-box .img-box__details {
        padding: 30px 50px 50px;
    }
    .logos-slider5 .img-box__details img {
        height: 45px;
    }
    .page-footer__title {
        font-size: 18px;
    }

    section.section.blog {
    padding: 60px 0;
}

.inner-page-main-cntr .heading__title-2 {
    font-size: 40px;
    line-height: 50px;
}
.inner-page-main-cntr .heading__title-1 {
    font-size: 55px;
    line-height: 90%;
}


section.section.section-title {
    padding: 40px 0 80px;
}

.hero-block.small-banner.banner-with-image .align-container {
    height: 700px; 
}
.banner-with-image span {
    font-size: 18px; 
}

.form-nor.stick {
    right: 9%;
    width: 267px;
}
.prj-cntr.form-nor.stick { 
    width: 27.5%;
}


}

@media (max-width: 1366px) {
    
    
    .form-nor.stick {
    right: 7%; 
}
    
}

@media (max-width: 1300px) {
    .banner-slider .slick-slider {
        max-width: 430px;
    }
    .ser-list {
        padding: 15px;
        height: 190px;
    }
    .bg-built {
        background-size: 40% auto;
    }
    .brand-tumb {
        padding: 16px 25px;
        margin: 0px 0;
    }
    .brand-tumb h5 {
        line-height: 50px;
    }
    .brand-tumb img {
        margin-right: 30px;
    }
    .home-action {
        padding: 50px 20px 20px 30px;
    }
    .page-footer h5 {
        font-size: 36px;
        line-height: 30px;
    }
    .page-footer h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .page-footer__menu li {
        font-size: 14px;
        line-height: 30px;
    }
    .page-footer {
        padding: 60px 0 30px;
    }
    .page-footer__privacy a {
        font-size: 14px;
    }
    .home-action h4 {
        font-size: 24px;
    }
    .page-header__logo img {
        height: 45px;
        max-width: auto;
    }
    .main-menu__item .main-menu__link {
        font-size: 11px;
    }
    .button--fill {
        font-size: 11px;
    }
    .call-top svg {
        width: 12px;
        height: 12px;
    }
    .call-top {
        width: 30px;
        height: 30px;
        line-height: 26px;
    }
    .logos-slider2 .slick-slide {
        padding: 0px;
    }
    .screen {
        position: relative;
        width: 320px;
        min-height: 100%;
        padding: 145px 60px 120px 60px;
        background: #11111ae6;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
    
    .prj-cntr.form-nor.stick { 
    width: 31.5%;
}
.form-nor.stick { 
    right: 1%;
}
    
    
}

@media (max-width: 1100px) {

.hero-block.small-banner.banner-with-image .align-container {
    min-height: 50vh;
}
.abt-se-l1 { 
    padding-top: 70px;
}
.abt-se-l1-left {
    padding: 0 75px; 
}
.abt-se-l1 p { 
    margin-bottom: 20px;
}
.abt-se-l1 .large-text { 
    font-size: 100px;
    line-height: 100px; 
}
.about-sec-4 .abt-se-l4-cnt {
    padding: 50px 75px;
}
.about-sec-4 .abt-se-l5-cnt {
    padding: 75px 75px 0;
}
.abt-se-miss-cnt { 
    padding: 0 75px;
}
.apply-job-cntr .contact-form { 
    padding: 30px 30px; 
}
.heading__title-2 {
    font-size: 30px;
    line-height: 40px;
}
.heading__title-1 {
    font-size: 44px; 
}
.industries .img-box__details { 
    padding: 0 15px 15px;
} 
.inter-inner .img-box__title {
    font-size: 18px;
    margin: 5px 0 0;
    width: 100%;
}

.contact-trigger { 
    max-width: 225px;   
}
.prj-cntr.form-nor.stick {
    width: 315px;
}

.ser-list h5 {
    font-size: 16px; 
}
.logos-slider2-cntr .logos-slider4 .img-box__details .img-box__title {
  
    font-size: 14px; 
}
.img-box.word-box .img-box__details {
    padding: 30px 30px 30px;
}
.img-box.word-box .img-box__title { 
    margin: 0 0px;
    margin-top: 15%;
    font-size: 24px;
    line-height: 36px; 
}
.inner-page-main-cntr .heading__title-1 {
    font-size: 44px; 
}

.about-sec-3 .counter__count, .about-sec-3 .counter__subject {
    font-size: 28px; 
}
.counter {  
    min-width: auto;
    width: 100%;
    line-height: 20px;
}

.feat-list {
    min-height: 310px;
    padding: 20px;
}

.home-action { 
    min-height: 205px;
}

.inner-page-main-cntr .ser-list { 
    height: auto;
}

.form-nor.stick {
    right: 2%;
    width: 303px;
}


}

@media (max-width: 992px) {
    .container.large,
    .large {
        max-width: 100%;
    }
    .container {
        max-width: 100%;
    }
    .banner-slider .slick-slider {
        max-width: 360px;
        width: 100%;
    }
    .banner-slider .slick-dots { 
    top: 23%; 
}
    .front-promo__title {
        text-align: center;
    }
    .front-promo__title {
        text-align: center;
    }
    .mob-text-center {
        text-align: center !important;
    }
    .menu-dropdown {
        top: 0;
    }
    .mob-dis-none {
        display: none!important;
    }
    .mob-dis-block {
        display: inline-block!important;
    }
    .mob-dis-inherit {
        display: inherit!important;
    }
    .mob-mr-10 {
        margin-right: 10px;
    }
    .mob-top-5 {
        margin-top: 5px;
    }
    .mob-top-30 {
        margin-top: 30px!important;
    }
    .mob-mt-0 {
        margin-top: 0px!important;
    }
    .mob-ptop-30 {
        padding-top: 30px!important;
    }
    .mob-bot-0 {
        margin-bottom: 0px!important;
    }
     .mob-bot-50 {
        margin-bottom: 50px!important;
    }
    .page-header_2 {
        top: 0;
    }
    .front-promo .align-container__item {
        padding: 100px 0 50px 0;
    }
    section.service {
        padding: 80px 0;
        text-align: center;
    }
    .ser-list {
        margin: 15px 0;
        border-radius: 12px;
        text-align: left;
            height: 150px;
    }
    section.home-work {
        text-align: center;
        padding: 40px 0;
    }
    .logos-slider2-cntr .logos-slider4 {
        padding-right: 0px;
    }
    .work-sec-img .img-box {
        border-radius: 11px;
        margin-bottom: 30px;
    }
    .work-sec-img .img-box::before {
        padding-top: 20%;
    }
    .work-sec-img .img-box .img-box__details .img-box__title {
        text-align: left;
        margin: 0;
        width: calc(100% - 40px);
    }
    .work-sec-img .img-box .img-box__details {
        padding: 13px 30px 13px 30px;
        height: 100%;
    }
    .work-sec-img .img-box .img-box__overlay {
        background: linear-gradient(270deg, #000000 0.29%, rgba(62, 61, 61, 0) 94.66%);
        border-radius: 11px;
        transform: rotate(179.78deg);
    }
    .img-box.word-box .img-box__details {
        padding: 20px;
    }
    .img-box.word-box .img-box__title {
        font-size: 18px;
        line-height: 24px;
        margin: 0 5px;
        margin-top: 30px;
    }
    .logos-item {
        padding: 0;
    }
    .logos-slider2-cntr .logos-slider2 {
        padding-right: 0;
    }
    .logos-slider2-cntr .logos-slider2 .slick-prev.slick-arrow {
        right: 100%;
    }
    .logos-slider2-cntr .logos-slider2 .slick-next.slick-arrow {
        right: -30px;
    }
    .home-action {
        padding: 60px 20px;
        margin: 15px 0;
        border-radius: 12px;
        position: relative;
        min-height: 200px;
    }
    .home-action a {
        padding: 0px 10px;
        position: absolute;
        right: 20px;
        bottom: 30px;
    }
    .page-footer__privacy {
        margin: 5px 0 !important;
        text-align: right;
    }
    .bg-built {
        background-attachment: unset;
        background-size: 100% auto;
        background-position: -176px bottom;
    }
    .page-footer h5 {
        font-size: 30px;
        line-height: 30px;
    }
    .page-footer h3 {
        font-size: 40px;
        line-height: 60px;
    }
    .page-footer h5.accordion__title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 700;
    }
    .page-footer__menu li {
        font-size: 16px;
        line-height: 36px;
    }
    .hamburger {
        border: 1px solid #EBF2FF;
        box-sizing: border-box;
        border-radius: 5px;
        padding: 10px 6px;
        width: 35px;
        height: 36px;
    }
    .hamburger-inner {
        top: 18px;
        width: 20px;
    }
    .hamburger-inner::after {
        bottom: -6px;
        width: 20px;
        right: unset;
    }
    .hamburger-inner::before {
        top: -6px;
        width: 20px;
    }
    .hamburger.hamburger--active .hamburger-inner {
        width: 20px;
    }
    .hamburger.hamburger--active .hamburger-inner::after {
        width: 20px;
    }
    .page-footer__privacy a {
        margin-left: 10px;
    }
    .page-footer .accordion__close::after {
        -ms-transform: rotate(130deg);
        /* IE 9 */
        transform: rotate(130deg);
        transition: all 1s;
    }
    .page-footer .accordion__close::before {
        -ms-transform: rotate(320deg);
        /* IE 9 */
        transform: rotate(320deg);
        top: 36%;
        left: 45%;
        transition: all 1s;
    }
    .page-footer .accordion__close--active::after {
        opacity: 1;
        -ms-transform: rotate(225deg);
        /* IE 9 */
        transform: rotate(225deg);
    }
    .page-footer .accordion__close--active::before {
        opacity: 1;
        -ms-transform: rotate(225deg);
        /* IE 9 */
        transform: rotate(225deg);
    }
    .logos-slider5 .img-box__details img {
        width: 70px;
        height: auto;
    }
    .ser-list h5 {
        font-size: 18px;
        line-height: 18px;
        margin-top: 5px;
    }
    .ser-list img {
        height: 20px;
        float: left;
        padding: 20px;
        width: 75px;
        height: 75px;
        object-fit: contain;
    }
    .ser-list p {
        margin: 0;
    }
    .banner-slider::after {
        border-radius: 60px;
        top: 16%;
    }
    .front-promo__title {
        font-size: 54px;
        line-height: 100%;
    }
    .front-promo__subtitle {
        margin: 0;
    }
    /***********  for mobile text  *************/
    body {
        line-height: 30px;
    }
    .heading__title-2 {
        font-size: 30px;
        line-height: 50px;
    }
    .heading__title-1 {
        font-size: 44px;
    }
    .heading__title-4 {
        font-size: 22px;
        line-height: 30px;
    }
    .inner-page-main-cntr .heading__title-1 {
    font-size: 44px; 
}
    .front-promo .align-container {
        height: auto;
    }
    .client-images img {
        height: 40px;
    }
    .button--fill .icon {
        font-size: 15px;
    }
    .button:hover .icon {
        padding-left: 0px;
    }
    .bg-built {
        padding: 61px 0 !important;
    }
    .img-box.word-box .img-box__overlay {
        border-radius: 12px;
    }
    .img-box.word-box {
        border-radius: 12px;
    }
    .brand-tumb .icon {
        margin-right: 30px !important;
        width: 70px;
    }
    .slick-slide .brand-tumb h5 {
        line-height: 50px;
    }
    .work-sec-img .img--bg {
        -o-object-position: center center;
        object-position: center;
    }
    .home-action p {
        margin: 0;
    }
    .logos-slider2-cntr .logos-slider7 {
        padding-right: 70px;
    }
    .form-nor.stick {
        position: relative;
        width: 100%;
        right: 0;
    }
    .cta-block.cta-block--style-2 .button {
        margin-top: 0px;
    }
    .section-title h3 {
        font-size: 21px;
        line-height: 30px;
    }
    .blog-page .hero-block .align-container {
    height: 250px;
    padding: 0px 0 20px;
}
.blog-page-details .blog-title {
    font-size: 30px;
    line-height: 40px;
}
.contact-page p { 
    font-size: 16px;
}

.cta-block .heading__title {
  
    margin-bottom: 30px; 
}
.blog-post__author .latest-item__date {
   
    display: block;
    margin: 0 !important; 
    text-align: left;
}

.blog-post__author .blog-post__author strong {
    display: block; 
    text-align: left;
}
.inner-rela-blog{
    text-align: left !important;
}

/****************  industries  ****************/

.industries .img-box__details { 
    padding: 0 15px  ;
    text-align: left;
}
.industries .img-box__details img {
    width: 15px;
}
.industries .img-box__title {
    font-size: 14px;
    font-weight: 100;
    width: 100%;
}
.industries .img-box {
    border-radius: 12px;
    margin: 10px 0;
}

.chair-pic { 
    max-width: 270px; 
    margin: 0px auto; 
}
.indu-det-cntr {
    padding: 15px; 
    text-align: left;
}
.sticky-form{
    position: relative !important;
    top: 0;
}
.sticky {
    top: 0px;
}
.indu-det-cntr::after {
    display: none;
}

.inner-page-menu .hamburger {
    border: 1px solid #003d90; 
    background: #003d90;
}
.inner-page-menu .page-header_2 { 
    padding: 0;
}
 
.banner-with-image .img--bg {
    object-fit: contain;
    object-position: right bottom;
    width: 100%; 
    height: 55%;
    top: unset;
    bottom: 0; 
    z-index: 0;
}
.banner-with-image, .banner-with-image .align-container__item{
    text-align: center !important;
}
.hero-block.small-banner.banner-with-image .align-container {
    height: 530px;
    padding-bottom: 350px;
    padding-top: 150px;
}
.banner-with-image { 
    background: #dceaf0;
}

.inner-page-main-cntr .ser-list { 
    text-align: left;
}
.banner-with-image .hero-block__title {
    line-height: 47px;
 
}
.abt-se-l1 { 
    padding-top: 30px;
}
.abt-se-l1::after { 
    width: 100%;
    height: 550px; 
}
.abt-se-l1-left {
    padding: 0 15px; 
}
.abt-se-l1 p { 
    margin-bottom: 25px;
}
.abt-se-l1 .large-text { 
    font-size: 90px;
    line-height: 90px; 
}
section.about-sec-2 {
    padding: 0;
}
.about-sec-4::after { 
    width: 95%; 
}
section.about-sec-4 {
    padding: 50px 0; 
}
.about-sec-4 .abt-se-l4-cnt {
    padding: 40px 40px;
}
.abt-se-l4-cnt p { 
    margin-bottom: 0;
}
.about-sec-4.about-sec-5::after { 
    width: 95%;  
}
.about-sec-4 .abt-se-l5-cnt {
    padding: 30px;
}
.abt-se-l5-cnt p { 
    margin-bottom: 0;
}
.about-sec-key {
    padding: 50px 0;
}
.abt-se-miss-cnt { 
    text-align: center;
    padding: 0 30px;
}

.about-sec-6{
    paddng-top: 50px !important;
}

.about-sec-6 p { 
    margin: 0;
}
.abt-se-l1 h3 { 
    font-size: 30px; 
}
.abt-se-l4-cnt h3 { 
    font-size: 30px;
    line-height: 35px; 
}
.abt-se-l5-cnt h3 { 
    font-size: 30px;
    line-height: 36px; 
}

.abt-se-miss-cnt h4 { 
    font-size: 30px; 
}


.ser-se-img { 
    margin-bottom: 60px;
}
.faq__title {
    font-size: 30px;
    line-height: 30px;
}

.faq .accordion__title {
    font-size: 18px; 
    font-weight: 400;
}


.cta-bg-block { 
    padding: 75px 0; 
}

.prj-cntr.form-nor.stick {
    width: 100%;
    position: relative;
}
.prj-cntr { 
    position: relative;
}
.com-logo { 
    display: none;
}

section.service .prj-cntr { 
    text-align: left;
}


.logos-slider2-cntr .logos-slider13 {
    padding-right: 70px;
}

.counter__count {
    font-size: 40px;
    margin-right: 5px;
}

.counter__lower {
    text-align: center;
}
.counter--blue .counter__top { 
    text-align: center;
}

.about-sec-3 .counter__top svg {
    float: none;
    height: 70px;
    margin-right: 5px;
}

.img-box.word-box .img-box__details a { 
    margin-left: 5px;
}

.inner-page-main-cntr .heading__title-2 {
    font-size: 30px;
    line-height: 40px;
}

.buy-page ul li { 
    width: calc(100% - 35px); 
}

.feat-list {
    min-height: auto; 
}



}

@media (max-width: 600px) {
    .banner-slider .slick-slider {
        max-width: 260px;
        margin: 0px auto;
    }
    .button--white {
        min-width: 115px;
    }
    .button--white span {
        min-width: auto;
    }
    
    
    .faq-cntr .card .card-header span { 
    font-size: 18px; 
    min-width: 50px;
}
.faq-cntr .card .card-header h2 {
    font-size: 16px; 
}
.faq-cntr .card .card-body {
    font-size: 14px; 
}
.faq-cntr .card .icon-collaps { 
    width: 50px; 
    line-height: 55px; 
    font-size: 20px; 
}



}

